Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-983 | GEN003180 | SV-38550r1_rule | ECLP-1 ECTP-1 | Medium |
Description |
---|
Cron logs contain reports of scheduled system activities and must be protected from unauthorized access or manipulation. |
STIG | Date |
---|---|
HP-UX 11.31 Security Technical Implementation Guide | 2017-12-08 |
Check Text ( C-36456r1_chk ) |
---|
Check the mode of the cron log file. # ls -lL /var/adm/cron/log If the mode is more permissive than 0600, this is a finding. |
Fix Text (F-31795r1_fix) |
---|
Change the mode of the cron log file. # chmod 0600 /var/adm/cron/log |